home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2000 September / cd joystick no118 septembre 2000 cd 2.iso / Data / sharewares / Communication / IPXLocalChat.exe / _SETUP.1 / IPX Local Chat.exe / 0 / RCDATA / TOPEDITDLG / TOPEDITDLG.txt
Text File  |  2000-07-27  |  837b  |  46 lines

  1. object OpEditDlg: TOpEditDlg
  2.   Left = 200
  3.   Top = 112
  4.   BorderStyle = bsDialog
  5.   Caption = 'Operation'
  6.   ClientHeight = 118
  7.   ClientWidth = 233
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object RGroupOp: TRadioGroup
  17.     Left = 8
  18.     Top = 8
  19.     Width = 217
  20.     Height = 65
  21.     Columns = 2
  22.     Items.Strings = (
  23.       'Operation &OR'
  24.       'Operation &AND'
  25.       'Opertaion &XOR'
  26.       'Operation &Diff')
  27.     TabOrder = 0
  28.   end
  29.   object BitBtn1: TBitBtn
  30.     Left = 35
  31.     Top = 84
  32.     Width = 75
  33.     Height = 25
  34.     TabOrder = 1
  35.     Kind = bkOK
  36.   end
  37.   object BitBtn2: TBitBtn
  38.     Left = 123
  39.     Top = 84
  40.     Width = 75
  41.     Height = 25
  42.     TabOrder = 2
  43.     Kind = bkCancel
  44.   end
  45. end
  46.